Unverified Commit ecd38e47 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

libretro.bsnes: 0-unstable-2024-09-06 -> 0-unstable-2024-12-13 (#369757)

parents 3c1de3d8 2db84d5d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
mkLibretroCore {
  core = "bsnes";
  version = "0-unstable-2024-09-06";
  version = "0-unstable-2024-12-13";

  src = fetchFromGitHub {
    owner = "libretro";
    repo = "bsnes-libretro";
    rev = "20c55eb6333a11395ba637df8583066483e58cb2";
    hash = "sha256-IP00xtxS3wwnQSmYltrX8GEHZX/65xnx2EsmQlE1VZM=";
    rev = "a0bb11bbb1fc5d6b478baca53c3efe526c43986c";
    hash = "sha256-unOJ2hdCA5LxNUcJe7fJCAetLpqrQzujxFDOsxLzXow=";
  };

  makefile = "Makefile";