From 0a168b77342ff0db224872204a856824fa4c13be Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 11 Aug 2025 07:49:46 +0000 Subject: [PATCH] libretro.stella: 0-unstable-2025-07-28 -> 0-unstable-2025-08-07 --- pkgs/applications/emulators/libretro/cores/stella.nix | 6 +++--- 1 file 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";