From 53e50e0374b288910b43ff6fd997e74ce3b08dfd Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 31 Mar 2026 14:42:35 +0000 Subject: [PATCH] libretro.same_cdi: 0-unstable-2025-01-31 -> 0-unstable-2026-03-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 d0ee91f77bbb..d8527523a885 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-2025-01-31"; + version = "0-unstable-2026-03-31"; src = fetchFromGitHub { owner = "libretro"; repo = "same_cdi"; - rev = "7ee1d8e9cb4307b7cd44ee1dd757e9b3f48f41d5"; - hash = "sha256-EGE3NuO0gpZ8MKPypH8rFwJiv4QsdKuIyLKVuKTcvws="; + rev = "2184aa6d87a31fb6c64534b9b7b2d26e36bae757"; + hash = "sha256-8QJtAyVF6KQmWSzQ6t5s4qmSVT8CmRx5uulq4c3LDRo="; }; patches = [