From 4ade26f5bfa8c7fa5b23608f859bb49fd7b95567 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 16 May 2026 09:12:06 +0000 Subject: [PATCH] libretro.stella: 0-unstable-2026-04-28 -> 0-unstable-2026-05-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 8b89949cc74c..2fce70de09a1 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-28"; + version = "0-unstable-2026-05-16"; src = fetchFromGitHub { owner = "stella-emu"; repo = "stella"; - rev = "0c1b944387b5ac2b1bf753c2c4221db4fdc10f79"; - hash = "sha256-mohkp6oOP8MtRs/WHw4Rxs3FrB6h4X6/ENrRdjiiXlQ="; + rev = "03dbb069fd2d6fee0d58c5d96077bdf9c686a1e2"; + hash = "sha256-BiyicKZsoRXd/w0U2uvCjd0E3gzNvfNPbAt34nGdXdw="; }; makefile = "Makefile";