From 8aab89496d29cf8080706bdb6812dfd63ae1d6eb Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 29 Aug 2025 09:41:44 +0000 Subject: [PATCH] libretro.stella: 0-unstable-2025-08-18 -> 0-unstable-2025-08-28 --- 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 d630487fb56d..cc27c41acc15 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-08-18"; + version = "0-unstable-2025-08-28"; src = fetchFromGitHub { owner = "stella-emu"; repo = "stella"; - rev = "ad52b906d91e20adc5e2c287ae567de2317adcb5"; - hash = "sha256-9qgK3N3h+1iZSsqVwfDvZPHc4VJ3GY7ekAqnLozNayw="; + rev = "749a21f653cf85fcedf4fe514ac8df1ad308be8e"; + hash = "sha256-N5E+Ci6cTvG9/Yqg5NdPZB00ThNKc6SS7qCWlmCYd6I="; }; makefile = "Makefile";