From 9660ae5d5a2d36ced016a543d89cea02ae41be7d Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 12 Apr 2026 08:34:38 +0000 Subject: [PATCH] libretro.stella: 0-unstable-2026-04-04 -> 0-unstable-2026-04-12 --- 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 3f929f869075..c7029cfd8c5b 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-2026-04-04"; + version = "0-unstable-2026-04-12"; src = fetchFromGitHub { owner = "stella-emu"; repo = "stella"; - rev = "1a09c51e639d44bd821a598a095c5d3f6776590e"; - hash = "sha256-qEEE7QMTDwVFMB/6dmTq8VsOQ9qwYky8SBGD0KppqTs="; + rev = "7d9148f97c9f4ba8903ba3e19cbfb418c779bbb5"; + hash = "sha256-l1PdtMtYmnYzUyEoAuZ2Wh9g85kUFHTfq6iBJOZ5Cfc="; }; makefile = "Makefile";