From e707db3c4455c2cc6048a4292879ccf7a512e767 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 27 Jun 2025 05:07:44 +0000 Subject: [PATCH] libretro.stella: 0-unstable-2025-06-12 -> 0-unstable-2025-06-26 --- 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 e499fe2f887a..748f6d250486 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-06-12"; + version = "0-unstable-2025-06-26"; src = fetchFromGitHub { owner = "stella-emu"; repo = "stella"; - rev = "ee0b96cd87710ad19aa47156d39df5a92c156a34"; - hash = "sha256-BnDF/UC3GiBC/06zBCDYrWA5cJPv7vtJ0grYgn5CcKo="; + rev = "c6ce6e80e87c828701629980e8a7119f3b08c5ab"; + hash = "sha256-403Z0W9OQYbb8+O8kSWbpHkqywVhXbqqIyfsGlgEi+M="; }; makefile = "Makefile";