diff --git a/pkgs/applications/emulators/libretro/cores/stella.nix b/pkgs/applications/emulators/libretro/cores/stella.nix index 3f929f869075..c7029cfd8c5b 100644 --- a/pkgs/applications/emulators/libretro/cores/stella.nix +++ b/pkgs/applications/emulators/libretro/cores/stella.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "stella"; - version = "0-unstable-2026-04-04"; + version = "0-unstable-2026-04-12"; src = fetchFromGitHub { owner = "stella-emu"; repo = "stella"; - rev = "1a09c51e639d44bd821a598a095c5d3f6776590e"; - hash = "sha256-qEEE7QMTDwVFMB/6dmTq8VsOQ9qwYky8SBGD0KppqTs="; + rev = "7d9148f97c9f4ba8903ba3e19cbfb418c779bbb5"; + hash = "sha256-l1PdtMtYmnYzUyEoAuZ2Wh9g85kUFHTfq6iBJOZ5Cfc="; }; makefile = "Makefile";