From a7c82e2e7f10e226b1b852f29a926d2c74a10f68 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 17 Feb 2025 21:31:28 +0000 Subject: [PATCH] libretro.stella: 0-unstable-2025-01-02 -> 0-unstable-2025-02-16 --- 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 c3f76e63ad7f..cef672e0d42c 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-01-02"; + version = "0-unstable-2025-02-16"; src = fetchFromGitHub { owner = "stella-emu"; repo = "stella"; - rev = "66823c533a9b273293a18a342ffaea749218827b"; - hash = "sha256-EQGpHnIcvgNdp5rwJVxQRdJwRzBTMxZDSF1521ybZqI="; + rev = "dccefede9b9e0c1f08cb645ac4c1b922579b93fa"; + hash = "sha256-J9/6plYOa44ZeVWilJWSR5ZQF0bzZ8w5v272iIAOMxM="; }; makefile = "Makefile";