From 51451649040907ec33ceab8dcaf04056c02f9f27 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 18 Apr 2026 03:51:26 +0000 Subject: [PATCH] libretro.stella2014: 0-unstable-2024-10-21 -> 0-unstable-2026-04-12 --- pkgs/applications/emulators/libretro/cores/stella2014.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/stella2014.nix b/pkgs/applications/emulators/libretro/cores/stella2014.nix index 467f6f82882b..6c7c4a2f6ba4 100644 --- a/pkgs/applications/emulators/libretro/cores/stella2014.nix +++ b/pkgs/applications/emulators/libretro/cores/stella2014.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "stella2014"; - version = "0-unstable-2024-10-21"; + version = "0-unstable-2026-04-12"; src = fetchFromGitHub { owner = "libretro"; repo = "stella2014-libretro"; - rev = "3cc89f0d316d6c924a5e3f4011d17421df58e615"; - hash = "sha256-2gnFWau7F45SdzoqDUlqYXfXVE1EUPozHZv7BhyRRIA="; + rev = "eed47e154d1bbda3305e9ef2d486b6710c8973f4"; + hash = "sha256-QpPjVnFCkn6xlB7LxpE6bsNfYe3HSsEKUjqmEf2yTvA="; }; makefile = "Makefile";