summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pkgs/applications/emulators/libretro/cores/stella.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/emulators/libretro/cores/stella.nix b/pkgs/applications/emulators/libretro/cores/stella.nix
index 89334982a8e4..763063b464da 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-07-28";
+ version = "0-unstable-2025-08-07";
src = fetchFromGitHub {
owner = "stella-emu";
repo = "stella";
- rev = "211b4902d5b4440b0aa567dade4eebf77cd868aa";
- hash = "sha256-l2b2Lu9l5CwmfDsJazOdQ9mowxfAqJY4SEgtDxCnYxY=";
+ rev = "92313128c3e2afdb9b3decf6642d342af18a1ab5";
+ hash = "sha256-b1GaRB9Iv3qqyb3I9XKmEbkiplV+Wi3TflJdnQboLbw=";
};
makefile = "Makefile";