diff --git a/Makefile.openpandora b/Makefile.openpandora
index e05d8c0ef0..b39176e1c8 100644
--- a/Makefile.openpandora
+++ b/Makefile.openpandora
@@ -1,4 +1,4 @@
-RARCH_VERSION		= "1.6.6.0"
+RARCH_VERSION		= "1.6.7.0"
 
 DEBUG = 0
 
diff --git a/Makefile.ps3 b/Makefile.ps3
index 32c5486a37..a0f1a339d6 100644
--- a/Makefile.ps3
+++ b/Makefile.ps3
@@ -1,4 +1,4 @@
-RARCH_VERSION		= "1.6.6.0"
+RARCH_VERSION		= "1.6.7.0"
 
 #which compiler to build  with - GCC or SNC
 #set to GCC for debug builds for use with debugger
diff --git a/Makefile.ps3.cobra b/Makefile.ps3.cobra
index 5ccb3db096..8c153d2694 100644
--- a/Makefile.ps3.cobra
+++ b/Makefile.ps3.cobra
@@ -1,4 +1,4 @@
-RARCH_VERSION		= "1.6.6.0"
+RARCH_VERSION		= "1.6.7.0"
 
 #which compiler to build  with - GCC or SNC
 #set to GCC for debug builds for use with debugger
diff --git a/Makefile.psl1ght b/Makefile.psl1ght
index 276de7b0b2..09e7755e47 100644
--- a/Makefile.psl1ght
+++ b/Makefile.psl1ght
@@ -1,4 +1,4 @@
-RARCH_VERSION		= "1.6.6.0"
+RARCH_VERSION		= "1.6.7.0"
 
 DEBUG			= 0
 HAVE_LOGGER		= 0
diff --git a/dist-scripts/dist-cores.sh b/dist-scripts/dist-cores.sh
index 285ef68570..dd708f539b 100755
--- a/dist-scripts/dist-cores.sh
+++ b/dist-scripts/dist-cores.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-RARCH_VERSION=1.6.5
+RARCH_VERSION=1.6.7
 PLATFORM=$1
 SALAMANDER=no
 MAKEFILE_GRIFFIN=no
diff --git a/pkg/android/phoenix/AndroidManifest.xml b/pkg/android/phoenix/AndroidManifest.xml
index 8cd45f13de..7f36803d61 100644
--- a/pkg/android/phoenix/AndroidManifest.xml
+++ b/pkg/android/phoenix/AndroidManifest.xml
@@ -1,7 +1,7 @@
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="com.retroarch"
-    android:versionCode="60"
-    android:versionName="1.6.6"
+    android:versionCode="61"
+    android:versionName="1.6.7"
     android:installLocation="internalOnly">
     <uses-feature android:glEsVersion="0x00020000" />
     <uses-feature android:name="android.hardware.touchscreen" android:required="false"/>
diff --git a/pkg/wii/meta.xml b/pkg/wii/meta.xml
index fc83315eea..75c81a3cfa 100644
--- a/pkg/wii/meta.xml
+++ b/pkg/wii/meta.xml
@@ -2,7 +2,7 @@
 <app version="1">
   <name>RetroArch</name>
   <coder>Libretro</coder>
-  <version>1.6.6</version>
+  <version>1.6.7</version>
   <release_date>2012-2017</release_date>
   <short_description>The cross-platform entertainment system</short_description> 
   <long_description>A port of RetroArch to the GameCube/Wii.</long_description> 
diff --git a/pkg/wiiu/meta.xml b/pkg/wiiu/meta.xml
index eb8146a38d..66fc7271bf 100644
--- a/pkg/wiiu/meta.xml
+++ b/pkg/wiiu/meta.xml
@@ -2,7 +2,7 @@
 <app version="1">
   <name>Retroarch</name>
   <coder>Libretro</coder>
-  <version>1.66</version>
+  <version>1.67</version>
   <release_date>20170108133000</release_date>
   <short_description></short_description>
   <long_description>RetroArch
diff --git a/version.h b/version.h
index ab515ea960..e10de54d6a 100644
--- a/version.h
+++ b/version.h
@@ -18,7 +18,7 @@
 #define RARCH_VERSION_H__
 
 #ifndef PACKAGE_VERSION
-#define PACKAGE_VERSION "1.6.6"
+#define PACKAGE_VERSION "1.6.7"
 #endif
 
 #endif