From 3a8478e54703ed41b21da8eb1a3071cb7fb11894 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 6 Apr 2026 22:36:53 +0000 Subject: [PATCH] libretro.meteor: 0-unstable-2020-12-28 -> 0-unstable-2026-03-31 --- pkgs/applications/emulators/libretro/cores/meteor.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/meteor.nix b/pkgs/applications/emulators/libretro/cores/meteor.nix index f1e5b1c55121..8dfadaf04525 100644 --- a/pkgs/applications/emulators/libretro/cores/meteor.nix +++ b/pkgs/applications/emulators/libretro/cores/meteor.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "meteor"; - version = "0-unstable-2020-12-28"; + version = "0-unstable-2026-03-31"; src = fetchFromGitHub { owner = "libretro"; repo = "meteor-libretro"; - rev = "e533d300d0561564451bde55a2b73119c768453c"; - hash = "sha256-zMkgzUz2rk0SD5ojY4AqaDlNM4k4QxuUxVBRBcn6TqQ="; + rev = "13ac21ccdb81c8a99fddebf5b29482f19194ec88"; + hash = "sha256-AUn8gTtlFaosKTlcmJCmwdDeEvXwRjkkvht+JXkM36U="; }; makefile = "Makefile";