From 1e26da0c786e5e896e21f03ecf9b93fcb05999a6 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 24 May 2026 07:18:08 +0000 Subject: [PATCH] libretro.stella: 0-unstable-2026-05-16 -> 0-unstable-2026-05-24 --- 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 2fce70de09a1..a67db4b2d452 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-05-16"; + version = "0-unstable-2026-05-24"; src = fetchFromGitHub { owner = "stella-emu"; repo = "stella"; - rev = "03dbb069fd2d6fee0d58c5d96077bdf9c686a1e2"; - hash = "sha256-BiyicKZsoRXd/w0U2uvCjd0E3gzNvfNPbAt34nGdXdw="; + rev = "a720cccc55ae9bce007e748b53371914951f9f32"; + hash = "sha256-TAR1/FiVMz6YYzbLB8maZcsU+0h6lo8lpY31Y+gGj1k="; }; makefile = "Makefile";