From 2a534ce34411f502b24d92ed4aedbb24290bce96 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 5 Feb 2025 19:22:44 +0000 Subject: [PATCH] libretro.same_cdi: 0-unstable-2023-02-28 -> 0-unstable-2025-01-31 --- pkgs/applications/emulators/libretro/cores/same_cdi.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/same_cdi.nix b/pkgs/applications/emulators/libretro/cores/same_cdi.nix index 5a9611ac25a9..d322d5ced1a5 100644 --- a/pkgs/applications/emulators/libretro/cores/same_cdi.nix +++ b/pkgs/applications/emulators/libretro/cores/same_cdi.nix @@ -12,13 +12,13 @@ }: mkLibretroCore { core = "same_cdi"; - version = "0-unstable-2023-02-28"; + version = "0-unstable-2025-01-31"; src = fetchFromGitHub { owner = "libretro"; repo = "same_cdi"; - rev = "54cf493c2dee4c46666059c452f8aaaa0bd7c8e0"; - hash = "sha256-/+4coMzj/o82Q04Z65DQiPaykK6N56W6PRQLtyJOd8E="; + rev = "7ee1d8e9cb4307b7cd44ee1dd757e9b3f48f41d5"; + hash = "sha256-EGE3NuO0gpZ8MKPypH8rFwJiv4QsdKuIyLKVuKTcvws="; }; extraNativeBuildInputs = [ python3 ];