From 0fc10c616391ebbb05f7a7f4a74f26280d81eb36 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 25 Apr 2025 10:11:41 +0000 Subject: [PATCH] libretro.stella: 0-unstable-2025-03-29 -> 0-unstable-2025-04-19 --- 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 f5a33a581aea..374a4b30b6ed 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-03-29"; + version = "0-unstable-2025-04-19"; src = fetchFromGitHub { owner = "stella-emu"; repo = "stella"; - rev = "b753f6eefa4bf02af20eacae98caab7d5aabc4a8"; - hash = "sha256-uPRNa7Ofaonyp1ErFel12DyKox9ETYGoT1s3aG96VkU="; + rev = "7b5c19ff5e28dfeb814e912d028cb34b53c01f10"; + hash = "sha256-RdRdmvUZB1jGgeuNBGhqztZadag0/8USTjtTAKjaxSo="; }; makefile = "Makefile";