SUPER ZSNES

Revision as of 18:43, 30 April 2026 by Carolina Heart (talk | contribs) (added a reference)
SUPER ZSNES
Developer(s) zsKnight, _Demo_
Last version 0.300 [+]
Active Yes
Platform(s) Windows
macOS
Linux
Android
iOS WIP
Architecture(s) Unity Engine
Emulates SNES
Compatibility Early development; currently supporting 7 enhanced titles (Super Metroid, Super Castlevania IV, F-Zero, Super Ghouls 'n Ghosts, Mega Man X, Gradius III, Super Mario World)
Accuracy High (PPU-accurate GPU rendering)
Website ZSNES.com
Support ($) Patreon
Programmed in C# (Mono)
License Proprietary (Early Development)

SUPER ZSNES is a complete, from-scratch rewrite of the legendary ZSNES, developed by the original authors zsKnight and _Demo_. Announced in April 25, 2026 (and release on 26th), it abandons the legacy x86 assembly of the 1997 original in favor of a modern Unity-based architecture.

The emulator is designed to leverage modern GPU power to provide "Super Enhancements" that go beyond traditional emulation.[1]

Downloads

      Releases

  Play Store
  WIP

Technical Pivot

Unlike the original ZSNES (v1.51 and earlier), which was limited to 32-bit x86 systems due to its assembly codebase, SUPER ZSNES is built on the Unity engine. This allows for:

  • GPU-Powered PPU: Rendering is offloaded to the graphics card, enabling high-fidelity visual effects.
  • Cross-Platform: Simultaneous development for Windows, macOS, Linux, Android and iOS.
  • Modern Security: Eliminates the native code execution vulnerabilities found in the legacy assembly versions.

Features

The standout feature of SUPER ZSNES is the Super Enhancement Engine (SEE), which provides per-game handcrafted upgrades:

  • 3D Height Mapping: Converts Mode 7 layers into actual 3D geometry (e.g., F-Zero, Pilotwings).
  • Asset Replacement: Allows for manual high-resolution redrawing of sprites and backgrounds rather than generic AI upscaling.
  • Audio Replacement: Supports uncompressed audio samples to replace the original SPC700 output.
  • Widescreen: Native 16:9 and 21:9 support for optimized titles.
  • No Vibe Coding: The developers' philosophy of manual, high-quality optimization over generic "hacks."

Interface

SUPER ZSNES retains the iconic "Blue Box" GUI and the signature falling snow from the original version, now modernized for 4K displays and touchscreens. It includes modern quality-of-life features such as Rewind, Fast-Forward, and Save State Bookmarking.

Comparison to Legacy ZSNES

Feature ZSNES (1.x) SUPER ZSNES
Architecture x86 Assembly Unity / C#
Accuracy Low (Speed-focused) High (PPU-accurate)
PPU Rendering CPU GPU
3D Effects None 3D Height Mapping
Sound 16-bit Samples Uncompressed Replacement
Special Chips High Support In Development

Status

As of April 2026, SUPER ZSNES is in early access. Support for special enhancement chips (SuperFX, SA-1) and the legendary Netplay system are currently listed as "Coming Soon" on the official roadmap.

References