SUPER ZSNES

From Emulation General Wiki
Jump to navigation Jump to search
SUPER ZSNES
Developer(s) zsKnight, _Demo_
Last version 0.300 [+]
Active Yes
Platform(s) Windows
macOS
Linux
Android
iOS
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 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

[edit | edit source]
Windows Linux macOS Releases

Android Play Store
iOS Apple Store

Technical Pivot

[edit | edit source]

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

[edit | edit source]

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

[edit | edit source]

SUPER ZSNES retains the "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

[edit | edit source]
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

[edit | edit source]

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

References

[edit | edit source]
[edit | edit source]