From b70d1d6989137ccc6126c8a28b8c8c0604618f1a Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 9 Dec 2024 16:25:26 +0000 Subject: [PATCH] libretro.stella: 0-unstable-2024-11-17 -> 7.0-unstable-2024-12-09 --- 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 d3028ef6926b..8c06be0d9b0f 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-2024-11-17"; + version = "7.0-unstable-2024-12-09"; src = fetchFromGitHub { owner = "stella-emu"; repo = "stella"; - rev = "0e2ce2771c7d0c9b2dd5c06e3a4746738d3c9e47"; - hash = "sha256-axt5wvH7WENh1ALPYc+f5XpCv2xPm5jYx26zMhLEt3E="; + rev = "91417312f1a756a1dac88d1df1cecc7362ff7a44"; + hash = "sha256-e8b9kCsa5FxyMExqppCX1jE0YmK1T1n8fORBBSvyE54="; }; makefile = "Makefile";