diff --git a/pkgs/applications/emulators/libretro/cores/stella.nix b/pkgs/applications/emulators/libretro/cores/stella.nix index dc3e0b30b9c1..84b78ba461a8 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-2025-12-03"; + version = "0-unstable-2025-12-14"; src = fetchFromGitHub { owner = "stella-emu"; repo = "stella"; - rev = "cc938d2194290ce25c8fbd149a864705887b1692"; - hash = "sha256-v4l7fgXvReMsqB7fbAzkY2vIfTGnMvSbeb8dPaK/KnA="; + rev = "6d2e3783fde1d99773a57a1ff0c14bfaeec22f93"; + hash = "sha256-/1S09xhwvLg6fDgujWVpHb5jQUqydTVTtEjHk4leYUY="; }; makefile = "Makefile";