From 19dedba24f60c4733344c70f9d43e6428fe2f3f1 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 18 May 2025 09:58:49 +0000 Subject: [PATCH] libretro.stella: 0-unstable-2025-04-29 -> 0-unstable-2025-05-17 --- 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 3e3198363b4a..485f488307a5 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-04-29"; + version = "0-unstable-2025-05-17"; src = fetchFromGitHub { owner = "stella-emu"; repo = "stella"; - rev = "e13b683c5236adf8560613a883a0af8841ee49cb"; - hash = "sha256-0kAxCVcVMz6pxScVZhEvPWIHj29cO9xoI1bhgyXUMvU="; + rev = "8421af89314bbdcf118d4b3884a9f566e4b1020e"; + hash = "sha256-uffcz8TXb0vEivOEcnL288YT8rspSOGcNdXtGijXX1g="; }; makefile = "Makefile";