From edf9635790bf2aa5e8c0326fc87226c872957421 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 1 Mar 2026 10:27:20 +0000 Subject: [PATCH] libretro.stella: 0-unstable-2026-02-18 -> 0-unstable-2026-02-25 --- 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 e9a917a84592..79334d888b07 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-02-18"; + version = "0-unstable-2026-02-25"; src = fetchFromGitHub { owner = "stella-emu"; repo = "stella"; - rev = "30b15892eec8aac36075e07b2f719bf7ff494344"; - hash = "sha256-mgu7JmZ9veng6WauFEUW5nON9vlrnXsgmLU7wzTZhTY="; + rev = "e0e8857f986bce1200881928193629a2105ae65d"; + hash = "sha256-Nw+G8VMS7YWfzgssvk5U2M506vVkgkA4Bnym0wpyfbw="; }; makefile = "Makefile";